home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / triton / demos / envprint / smakefile < prev   
Makefile  |  1994-04-09  |  452b  |  17 lines

  1. #
  2. #  Triton - The object oriented GUI creation system for the Amiga
  3. #  Written by Stefan Zeiger in 1993-1994
  4. #
  5. #  (c) 1993-1994 by Stefan Zeiger
  6. #  You are hereby allowed to use this source or parts of it for
  7. #  creating programs for AmigaOS which use the Triton GUI creation
  8. #  system. All other rights reserved.
  9. #
  10. #  SMakefile - Makefile for SAS/C SMake
  11. #
  12.  
  13.  
  14. EnvPrint: EnvPrint.c
  15.     sc LINK LIB=lib:triton.lib EnvPrint.c
  16.     delete EnvPrint.lnk EnvPrint.o
  17.